home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / pc / prg / sofie.dxr / 00104.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  307 b   |  15 lines

  1. on mouseDown
  2.   set the ink of sprite 18 to 4
  3.   updateStage()
  4.   repeat while the stillDown
  5.     nothing()
  6.   end repeat
  7.   set the ink of sprite 18 to 36
  8.   if the movieRate of sprite 20 = 0 then
  9.     set the movieRate of sprite 20 to 1
  10.   else
  11.     set the movieRate of sprite 20 to 0
  12.   end if
  13.   updateStage()
  14. end
  15.